home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldo / waldo.exe / FINAL08.DXR / 00332.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  331 b   |  11 lines

  1. global gBigBalloon, gReturnFrame
  2.  
  3. on exitFrame
  4.   set gReturnFrame to "Main"
  5.   if gBigBalloon > 0 then
  6.     gimmeaBalloon(gBigBalloon, the frame + 1)
  7.   else
  8.     store([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40])
  9.   end if
  10. end
  11.